home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 90 / MacAddict_090_2004-02.iso / mac / Software / Utilities / Panther Cache Cleaner 2.1.2.dmg / Panther Cache Cleaner.app / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2003-11-23  |  2KB  |  85 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM
  3. "file://localhost/System/Library/DTDs/PropertyList.dtd">
  4. <plist version="0.9">
  5. <dict>
  6.    <key>CFBundleInfoDictionaryVersion</key>
  7.    <string>6.0</string>
  8.    <key>CFBundleShortVersionString</key>
  9.    <string>2.1.2</string>
  10.    <key>CFBundleExecutable</key>
  11.    <string>Panther Cache Cleaner</string>
  12.    <key>CFBundleVersion</key>
  13.    <string>2.1.2</string>
  14.    <key>CFBundleDevelopmentRegion</key>
  15.    <string>English</string>
  16.    <key>CFBundleName</key>
  17.    <string>Panther Cache Cleaner</string>
  18.    <key>CFBundlePackageType</key>
  19.    <string>APPL</string>
  20.    <key>CFBundleSignature</key>
  21.    <string>JCCX</string>
  22.    <key>CFBundleGetInfoString</key>
  23.    <string>2.1.2</string>
  24.    <key>CFBundleIconFile</key>
  25.    <string>appIcon.icns</string>
  26.    <key>CFBundleDocumentTypes</key>
  27.    <array>
  28.       <dict>
  29.          <key>CFBundleTypeName</key>
  30.          <string>special/folder</string>
  31.          <key>CFBundleTypeIconFile</key>
  32.          <string>docIcon1.icns</string>
  33.          <key>CFBundleTypeOSTypes</key>
  34.          <array>
  35.             <string>fold</string>
  36.          </array>
  37.          <key>CFBundleTypeExtensions</key>
  38.          <array>
  39.          </array>
  40.       </dict>
  41.       <dict>
  42.          <key>CFBundleTypeName</key>
  43.          <string>special/disk</string>
  44.          <key>CFBundleTypeIconFile</key>
  45.          <string>docIcon2.icns</string>
  46.          <key>CFBundleTypeOSTypes</key>
  47.          <array>
  48.             <string>disk</string>
  49.          </array>
  50.          <key>CFBundleTypeExtensions</key>
  51.          <array>
  52.          </array>
  53.       </dict>
  54.       <dict>
  55.          <key>CFBundleTypeName</key>
  56.          <string>JCC/RamDisk</string>
  57.          <key>CFBundleTypeIconFile</key>
  58.          <string>docIcon3.icns</string>
  59.          <key>CFBundleTypeOSTypes</key>
  60.          <array>
  61.             <string>rdsk</string>
  62.          </array>
  63.          <key>CFBundleTypeExtensions</key>
  64.          <array>
  65.             <string>jrd</string>
  66.          </array>
  67.       </dict>
  68.       <dict>
  69.          <key>CFBundleTypeName</key>
  70.          <string>JCC/Document</string>
  71.          <key>CFBundleTypeIconFile</key>
  72.          <string>docIcon4.icns</string>
  73.          <key>CFBundleTypeOSTypes</key>
  74.          <array>
  75.             <string>stuf</string>
  76.          </array>
  77.          <key>CFBundleTypeExtensions</key>
  78.          <array>
  79.             <string>jcc</string>
  80.          </array>
  81.       </dict>
  82.    </array>
  83. </dict>
  84. </plist>
  85.